projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7ee602
)
(adaptive-fill-function): Fix :type
author
Dave Love
<fx@gnu.org>
Wed, 7 Feb 2001 23:31:57 +0000
(23:31 +0000)
committer
Dave Love
<fx@gnu.org>
Wed, 7 Feb 2001 23:31:57 +0000
(23:31 +0000)
lisp/textmodes/fill.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/fill.el
b/lisp/textmodes/fill.el
index 1ddf46e236180e306c0db338ff9d8357de7f5c22..fedfaa91999d835aa2a5d483a7168815cdefa2e5 100644
(file)
--- a/
lisp/textmodes/fill.el
+++ b/
lisp/textmodes/fill.el
@@
-117,9
+117,9
@@
if it would act as a paragraph-starter on the second line."
:group 'fill)
(defcustom adaptive-fill-function nil
- "*Function to call to choose a fill prefix for a paragraph.
+ "*Function to call to choose a fill prefix for a paragraph
, or nil
.
This function is used when `adaptive-fill-regexp' does not match."
- :type '
function
+ :type '
(choice (const nil) function)
:group 'fill)
(defvar fill-indent-according-to-mode nil